home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / snmp / mib2c-data / generic-table-indexes.m2i < prev    next >
Text File  |  2008-09-22  |  2KB  |  68 lines

  1. #############################################################  -*- c -*-
  2. ## generic include for XXX. Do not use directly.
  3. ##
  4. ## $Id: generic-table-indexes.m2i 11360 2004-10-15 00:49:24Z rstory $
  5. ########################################################################
  6. @if $m2c_mark_boundary == 1@
  7. /** START code generated by $RCSfile$ $Revision: 11360 $ */
  8. @end@
  9. ########################################################################
  10. ##
  11. /*
  12.  * TODO:120:r: |-> Review $context mib index.
  13.  * This structure is used to represent the index for $context.
  14.  */
  15. @eval $m2c_gi_others = (count_indexes($context) - 1)@
  16. @eval $m2c_gi_len = 0@
  17. @eval $m2c_gi_warn = 0@
  18. typedef struct ${context}_mib_index_s {
  19.  
  20. @foreach $node index@
  21. @    include m2c_setup_node.m2i@
  22. ##@    include details-node.m2i@
  23.         /*
  24.          * $m2c_node_summary
  25.          */
  26. @    if $m2c_node_needlength == 1@
  27. @        eval $m2c_gi_warn = 1@
  28. @        eval $m2c_gi_maxlen = (128 - $node.oidlength - $m2c_gi_others - 1)@
  29. @        if $m2c_node_maxlen > $m2c_gi_maxlen@
  30. @            eval $m2c_node_maxlen = $m2c_gi_maxlen@
  31.         /** 128 - $m2c_gi_others(other indexes) - oid length($node.oidlength) = $m2c_node_maxlen */
  32. @        end@
  33. @        eval $m2c_gi_len = $m2c_gi_len + $m2c_node_maxlen + 1@
  34. @    elsif "$node.type" eq "ASN_IPADDRESS"@
  35. @        eval $m2c_gi_len = $m2c_gi_len + 4@
  36. @    else@
  37. @        eval $m2c_gi_len = $m2c_gi_len + 1@
  38. @    end@ # needlength
  39. @    include node-storage.m2i@
  40.  
  41. @end@ # foreach
  42.  
  43. } ${context}_mib_index;
  44.  
  45.     /*
  46.      * TODO:121:r: |   |-> Review $context max index length.
  47.      * If you KNOW that your indexes will never exceed a certain
  48.      * length, update this macro to that length.
  49. @    if $m2c_gi_warn == 1@
  50.      *
  51.      * BE VERY CAREFUL TO TAKE INTO ACCOUNT THE MAXIMUM
  52.      * POSSIBLE LENGHT FOR EVERY VARIABLE LENGTH INDEX!
  53.      * Guessing 128 - col/entry(2)  - oid len($context.oidlength)
  54. @        if $m2c_gi_len > 126@
  55. @            eval $m2c_gi_len = 126 - $context.oidlength@
  56. @        end@
  57. ##@    else@
  58. ##@        eval $m2c_gi_len = count_indexes($context)@
  59. @    end@
  60. */
  61. #define MAX_${context}_IDX_LEN     $m2c_gi_len
  62.  
  63. ##
  64. ########################################################################
  65. @if $m2c_mark_boundary == 1@
  66. /** END code generated by $RCSfile$ $Revision: 11360 $ */
  67. @end@
  68.